home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1996 September
/
inter@ivo 1996-09.iso
/
cybint8
/
bin
/
demos.dxr
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-02
|
265 b
|
17 lines
on mouseUp
global act
set act to 1
sound playFile 2, "..\som\ovo.wav"
startTimer()
repeat while the timer < 20
nothing()
end repeat
onVis(2)
updateStage()
startTimer()
repeat while the timer < 30
nothing()
end repeat
onVis(6, 8)
end